Crate polars_sql

source ·
Expand description

Polars SQL This crate provides a SQL interface for Polars DataFrames

Modules

  • This module defines the function registry and user defined functions.
  • Keywords that are supported by Polars SQL

Structs

  • The SQLContext is the main entry point for executing SQL queries.

Functions

  • parse a SQL expression to a polars expression